Package-level declarations

Package that contains the DidJwk class, which is used to create and resolve dids using the jwk method.

Examples

Creating a DID Jwk

package example

import web5.sdk.crypto.InMemoryKeyManager
import web5.sdk.dids.methods.jwk.DidJwk

val keyManager = InMemoryKeyManager()
val did = DidJwk.create(keyManager)

Types

Link copied to clipboard
object DidJwk

Provides a specific implementation for creating and resolving "did:jwk" method Decentralized Identifiers (DIDs).